home *** CD-ROM | disk | FTP | other *** search
/ New Masters of Flash / New Masters of Flash.iso / pc / MOVIES / 08_2.dir / 00130_Text_text04.txt < prev    next >
Text File  |  2000-09-30  |  544b  |  8 lines

  1. When a clip is dropped onto the timeline, some scripting inside the above button script detects whether this clip has been dropped onto another movie clip. 
  2.  
  3. Note: you can only detect where things have been dropped on movie clips!
  4.  
  5. So how do we detect what has been dropped where? Well fortunately there is a built in property inside flash that will tell us all we need to know: _droptarget
  6. Before we detect the drop, we need to give all the frames the correct instance names. I named them frame1, frame2 etc for all thirty-one frames.
  7.  
  8.